home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (C) 1993, 1994, 1995, Russell Lang. All rights reserved.
-
- This file is part of GSview.
-
- This program is distributed with NO WARRANTY OF ANY KIND. No author
- or distributor accepts any responsibility for the consequences of using it,
- or for whether it serves any particular purpose or works at all, unless he
- or she says so in writing. Refer to the GSview Free Public Licence
- (the "Licence") for full details.
-
- Every copy of GSview must include a copy of the Licence, normally in a
- plain ASCII text file named LICENCE. The Licence grants you the right
- to copy, modify and redistribute GSview, but only under certain conditions
- described in the Licence. Among other things, the Licence requires that
- the copyright notice and this notice be preserved on all copies.
- */
-
- /* setup.h */
- /* Includes for OS/2 and MS-Windows installation program */
-
- #define ID_GSVIEW 1
- #define ID_ANSWER 52
-
- #define IDD_INTRO 200
- #define IDD_INTRO_T1 201
- #define IDD_INTRO_T2 202
-
- #define IDD_COPYRIGHT 250
- #define IDD_COPYRIGHT_T1 251
- #define IDD_COPYRIGHT_T2 252
- #define IDD_COPYRIGHT_T3 253
-
- #define IDD_DIR 320
- #define IDD_DIR_TEXT 321
-
- #define IDD_UNZIP 330
- #define IDD_UNZIP_TEXT 331
-
- #define IDD_FILE 340
- #define IDD_FILE_TEXT 341
-
- #define IDD_CONFIG 350
- #define IDD_CONFIG_TEXT 351
-
- #define IDD_ATM 360
-